.. _CMAKE_<LANG>_COMPILER:

CMAKE_<LANG>_COMPILER
=====================

.. cmake_variable:: CMAKE_<LANG>_COMPILER

   Set the compiler for the language LANG.
   LANG is in our case out of C, CXX.

   This is a cmake builtin variable.
   For detailed information, check the cmake documentation:

   ::

      cmake --help-variable CMAKE_\<LANG\>_COMPILER

